Class symantec.itools.db.swing.models.JDBToolBarDefaultModelBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.models.JDBToolBarDefaultModelBeanInfo

Object
   |
   +----SimpleBeanInfo
           |
           +----symantec.itools.db.swing.models.JDBToolBarDefaultModelBeanInfo

public class JDBToolBarDefaultModelBeanInfo
extends SimpleBeanInfo

Constructor Index

 o symantec.itools.db.swing.models.JDBToolBarDefaultModelBeanInfo()

Method Index

 o getBeanDescriptor()
Gets the SymantecBeanDescriptor for this bean.
 o getIcon(int)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
 o getPropertyDescriptors()

Constructors

 o JDBToolBarDefaultModelBeanInfo
public JDBToolBarDefaultModelBeanInfo()

Methods

 o getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
Gets the SymantecBeanDescriptor for this bean.

Returns:
an object of type SymantecBeanDescriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
See Also:
SymantecBeanDescriptor
 o getIcon
public java.awt.Image getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).

Parameters:
iconKind - the type of icon desired, one of: BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
Returns:
an image for this bean
Overrides:
getIcon in class SimpleBeanInfo
See Also:
ICON_MONO_16x16, ICON_COLOR_16x16, ICON_MONO_32x32, ICON_COLOR_32x32
 o getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index